hash function 예문
- Other wiki pages related to Comparison of cryptographic hash functions.
관련된 다른 wiki 페이지들 암호화 해시 함수. - What hashing function is used for the password?
비밀번호에 어떤 해싱 함수가 쓰였나요? - A hash function that maps names to integers from 0 to 15.
이름을 0~15 사이의 정수값으로 매핑하는 해시 함수의 예. - Hash function - Wikipedia
해시 함수 - 위키백과, 우리 모두의 백과사전 - Comparison of cryptographic hash functions
암호화 해시 함수의 비교 - For example, SHA-1 , one of the most widely used cryptographic hash functions, generates 160 bit values.
암호학적 해쉬함수의 종류로는 MD5, SHA계열 해쉬함수가 있으며 비암호학적 해쉬함수로는 CRC32등이 있다. - This requires that the hash function is collision-resistant , which means that it is very hard to find data that will generate the same hash value.
해시 함수는 결정론적 으로 작동해야 하며, 따라서 두 해시 값이 다르다면 그 해시값에 대한 원래 데이터도 달라야 한다. - Similar to a set, multiset, map, or multimap, respectively, but implemented using a hash table ; keys are not ordered, but a hash function must exist for the key type.
각각 set, multiset, map 또는 multimap과 비슷하지만 해시 테이블 을 이용하여 구현된다; 키들은 순차적이지 않지만 해시 함수 는 반드시 키 타입을 위해 존재해야 한다.